home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / uucp / wcnews_1_0_30.lha / ChangesSince_Rel24 next >
Text File  |  1993-03-10  |  763b  |  21 lines

  1. Wed, 10 Mar 1993 04:26:05 +0100
  2.  
  3.  - rnews/unbatch are now aware of gzip; rnews creates the suffix `.z' for
  4.    gzip files, '.Z' for compressed ones. Well, AmigaDOS doesn't make any
  5.    difference between them, but at least you have theoretically a chance
  6.    to differentiate in your scripts =:->
  7.  
  8.  - unbatch does support the Dillon-config-variables `UNCOMPRESS', `MELT'
  9.    and `GUNZIP' (and some more):
  10.  
  11.       GetConfig("GUNZIP", "gzip -d")
  12.       GetConfig("MELT", "freeze -d")
  13.       GetConfig("UNCOMPRESS", "compress -d")
  14.       GetConfig("BDECODE", "bdecode")
  15.       GetConfig("RELAYNEWS", "relaynews")
  16.  
  17.    Thus, you are now able to use `gzip -d' also for compressed files
  18.    (gzip is said to be able to deal with them too, ways faster than
  19.    (un)compress does).
  20.  
  21.